if (functions.isEmpty()) break;
n++;
}
getFunctions(Name.identifier("copy"));
}
@Override
Set<FunctionDescriptor> functions = getFunctions(componentName);
if (functions.isEmpty()) break;
result.addAll(functions);
n++;
}
result.addAll(getFunctions(Name.identifier("copy")));
}
@Override